Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix test failures on master #1075

Merged
merged 1 commit into from
Sep 27, 2016
Merged

Fix test failures on master #1075

merged 1 commit into from
Sep 27, 2016

Conversation

nalimilan
Copy link
Member

Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.


I introduced test failures when merging #939, as the fact that test passed when the PR was opened does not indicate that it still works today (even if there are no merge conflicts). We should probably close and reopen all PRs filed before the port before merging them.

Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
@nalimilan nalimilan merged commit 6c760d9 into master Sep 27, 2016
@nalimilan nalimilan deleted the nl/fixtests branch September 27, 2016 09:51
@gustafsson
Copy link
Contributor

Per request; yes, identity here serves the same purpose as abs did.

And vcat serves the same purpose as collect of keeping array input as an array but creating a 1-element array from scalars.

The version with collect supported iterators, but more accidentally than intentionally (vcat doesn't collect iterators). But since iterators were never explicitly supported that's not an issue grouping.jl#389

lgtm

maximerischard pushed a commit to maximerischard/DataFrames.jl that referenced this pull request Sep 28, 2016
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
nalimilan added a commit that referenced this pull request Jul 8, 2017
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
nalimilan added a commit that referenced this pull request Jul 8, 2017
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
rofinn pushed a commit that referenced this pull request Aug 17, 2017
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
nalimilan added a commit that referenced this pull request Aug 25, 2017
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
quinnj pushed a commit that referenced this pull request Sep 2, 2017
Use vcat() instead of collect() in colwise(), and identity() instead of abs(),
since the latter do not work with Nullable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants